/*
Theme Name: flowtechgd-2024
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


.wp-block-tabl img {
	display: block;
	width: 100%;
}


/*现场掠影*/
.lueying li{ float:left; width:25%;}
.lueying li a { display:block; border:solid #ccc 1px; margin:5px;text-align: center;}
.lueying li img {cursor: pointer; transition: all 0.6s;}
.lueying li img:hover {transform: scale(1.4);}

/*合作伙伴*/
.hezuohuoban li{ float:left; width: 10%;}
.hezuohuoban li a { display:block; border:solid #ccc 1px; margin:5px;text-align: center; height:51px; line-height:51px; overflow:hidden;}

/* 展会掠影 2019 */
.xianchangluoying h2 {font-size: 16px; line-height: 2em; color: #FFF; background-color: #F9C03B;  padding: 0 10px;}
.xianchangluoying ul.c {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-flow: wrap;
}
.xianchangluoying li {
    width: 25%;
    padding: 1%;
    overflow: hidden;
    box-sizing: border-box;}
.xianchangluoying li span {display:block; border:solid #ccc 1px; padding:10px;}
.xianchangluoying li img { display:block;  margin:0; padding:0; width:100% !important;cursor: pointer; transition: all 0.6s;}
.xianchangluoying li img:hover {
    transform: scale(1.4);
}


/*目标观众*/
.target-audience .maijia {color:#f9c03c; font-size:18px; font-weight:700;}
.target-audience .zyfd {width:100%; overflow:hidden;}
.target-audience .zyfd span {display:inline-block; width: 49%;}
.target-audience .ul00 li {float:left; width:33.3%;}
.target-audience .ul01 li {float:left; width:33.3%;}
.target-audience .zyfd li>div {border:dotted #ccc 1px; padding:10px;}
.target-audience .zyfd li>div strong{ background:#f9c03c; color:#fff; display:block; padding:3px 0; text-align:center;}

.target-audience .ul00 li > div {height:130px;}
.target-audience .ul01 li>div {height:400px;}
.target-audience .ul02 li>div {height: 350px;}
.target-audience .ul02 li {float:left; width: 33.3%;}
.target-audience .ul02 span {display:inline-block; width:48%; padding:0 1%;}

/*VIP买家俱乐部 观众*/
.wiete-guanzhong-vip .h21 { text-align:center; font-size: 24px; font-weight: 700;}

.wiete-guanzhong-vip h4 { margin:0.5em 0; font-size:18px;  font-size:18px; font-weight: 700;}

.wiete-guanzhong-vip table { width:100%;}
.wiete-guanzhong-vip table td { width:46%; padding:1% 2%;}
.wiete-guanzhong-vip table td img { width:100%;}

.wiete-guanzhong-vip .table02 .left { border-right:solid #ccc 1px;}
.wiete-guanzhong-vip .table02 td p {border-bottom: dotted #ccc 1px; padding-bottom: 0.3em;}

/*VIP买家俱乐部 展商*/
.wiete-zhanshnag-vip table{ width:100%;}
.wiete-zhanshnag-vip table td { width:46%; padding:1% 2%;}
.wiete-zhanshnag-vip table td img { width:100%;}

.wiete-zhanshnag-vip .table02 .left { border-right:solid #ccc 1px;}
.wiete-zhanshnag-vip .table02 p {border-bottom: dotted #ccc 1px; padding-bottom: 0.3em;}

.wiete-zhanshnag-vip .h21 { text-align:center; font-size: 24px; font-weight: 700;}
.wiete-zhanshnag-vip .h22 { text-align:right; margin-right:3em;}


.wiete-zhanshnag-vip h4 { margin:0.5em 0; margin:0.5em 0; font-size:18px; font-weight: 700;}

/* 表格样式 */
.biaogeys { font-size:14px;}
.biaogeys th {
    background-color: #F9C03B;
    color: #fff;
    padding: 10px;
    font-weight: 700;
}
.biaogeys td {padding: 10px;}
.biaogeys tr:nth-child(2n+2) {background-color: #face68;}


/*文章内页*/
.articleDetailsPage p {
	font-size: 16px;
    line-height: 1.8em;
	min-height: 10px;
}

@media (max-width: 768px){
	/*现场掠影*/
	.lueying {
		box-sizing: border-box;
		padding: 0 30px;
		margin-bottom: 30px;
	}
	.lueying li{width:100%;}
	.lueying li a { display:block; border:solid #ccc 1px; margin:5px;text-align: center;}
	.lueying li img {cursor: pointer; transition: all 0.6s;}
	.lueying li img:hover {transform: scale(1.4);}
	
	/*现场掠影*/
	.hezuohuoban li{ float:left; width:33.3%;}
	.hezuohuoban li a { display:block; border:solid #ccc 1px; margin:5px;text-align: center;  height:51px; line-height:51px; overflow:hidden;}
	
	/* 展会掠影 2019 */
	.xianchangluoying li {
		width: 100%;
		height: 100%;
	}
	
	/*目标观众*/
	.target-audience .zyfd li { float:left; width:100% !important;}
	.target-audience .zyfd li div { height:100% !important;}
	.target-audience .zyfd li div p {text-align:center;}

}